ac10b3
@@ -422,6 +422,7 @@
public class HFilePrettyPrinter {
 
       if (curRowBytes > maxRowBytes && prevKV != null) {
         biggestRow = prevKV.getRow();
+        maxRowBytes = curRowBytes;
       }
 
       curRowBytes = 0;
